object StartProjectForm: TStartProjectForm Left = 262 Top = 169 BorderIcons = [] BorderStyle = bsDialog Caption = 'New project' ClientHeight = 165 ClientWidth = 345 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate DesignSize = ( 345 165) PixelsPerInch = 96 TextHeight = 13 object btnOk: TButton Left = 251 Top = 133 Width = 75 Height = 25 Anchors = [akBottom] Caption = 'Next >>' Default = True TabOrder = 0 OnClick = btnOkClick end object btnCansel: TButton Left = 163 Top = 133 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object rgSessionType: TRadioGroup Left = 8 Top = 3 Width = 329 Height = 119 Anchors = [akLeft, akTop, akRight, akBottom] Caption = ' Multisession: ' ItemIndex = 0 Items.Strings = ( 'Create multisession disk' 'Append session' 'No multisession') TabOrder = 2 end object smlFormLangRes: TsmlFormLangRes LangFileName = 'DefLang.ini' IgnoreEmptyString = True AutoCreateMode = True AddBracket = True StringProperties.Strings = ( 'Caption') StringsProperties.Strings = ( 'Tabs' 'Items') IgnoreFormCaption = False IncludeListViewItems = False IncludeListViewHead = False IncludeTreeViewItems = False Active = False Left = 8 Top = 8 end end